From: Joey Hess Date: Thu, 27 Feb 2025 20:18:04 +0000 (-0400) Subject: fix build X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~119^2~23 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=b813549b2d256cfd73b0b0491bbb4e2c5af7ee6c;p=git-annex.git fix build --- diff --git a/Command/Recompute.hs b/Command/Recompute.hs index 4a3c8355ad..ecbc0fde56 100644 --- a/Command/Recompute.hs +++ b/Command/Recompute.hs @@ -10,7 +10,6 @@ module Command.Recompute where import Command -import qualified Annex import qualified Remote.Compute import qualified Remote import qualified Types.Remote as Remote @@ -120,7 +119,7 @@ perform o r file origkey origstate = do go program reproducibleconfig state tmpdir ts = do checkbehaviorchange program state addComputed "processing" False r reproducibleconfig - choosebackend destfile state tmpdir ts + choosebackend destfile False state tmpdir ts checkbehaviorchange program state = do let check s w a b = forM_ (M.keys (w a)) $ \f ->